home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _A0D41FD74A894B36BFCCBB025C78CF66 < prev    next >
Encoding:
Text File  |  2004-01-06  |  410 b   |  30 lines

  1. Spectator = {
  2. }
  3.  
  4. function Spectator:OnInit()
  5. end
  6.  
  7. function Spectator:OnShutDown()
  8. end
  9.  
  10. function Spectator:OnUpdate( DeltaTime )
  11.  
  12. end
  13.  
  14. function Spectator:OnContact( Entity )
  15. end
  16.  
  17. function Spectator:OnEvent( EventId, Params )
  18. end
  19.  
  20. function Spectator:OnWrite( stm )
  21. end
  22.  
  23. function Spectator:OnRead( stm )
  24. end
  25.  
  26. function Spectator:OnSave( stm )
  27. end
  28.  
  29. function Spectator:OnLoad( stm )
  30. end